@charset "utf-8";

/*产品展示*/
.main1f {
	width: 100%;
	max-width: 1920px;
	background: #FFF;
	margin:0 auto;
	padding:30px 0 75px;
	overflow: hidden;
}
.protit {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}
.protit span{
	display: inline-block;
	line-height: 30px;
	font-family: "微软雅黑";
	color: #666;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	z-index: 3;
	padding: 0 18px;
	margin-bottom: 10px;
}
.protit span:before,.protit span:after {
	content: "";
	display: block;
	width: 520px;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	z-index: -1;
	top:50%;
}
.protit span:before {
	left: -520px;
}
.protit span:after {
	right: -520px;
}
.protit p {
	color: #666;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
}
.pnav {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.pnav a {
	display: inline-block;
	color: #030000;
	font-size: 14px;
	text-align: center;
	height: 35px;
	border:1px solid #ccc;
	line-height: 35px;
	padding: 0 40px;
	margin:0 10px;
}
.pnav a:hover{
	background: #0068b0;
	color: #fff;
}
.products {
	width: 1200px;
	height: 260px;
	overflow: hidden;
}
.products li {
	width: 285px;
	height: 255px;
	float: left;
	background: #ebebeb;
	border-bottom: 4px solid #ebebeb;
	margin:0 7px;
	position: relative;
}
.products li .proimg {
	width:285px;
	height: 200px;
	line-height: 0;
	overflow: hidden;
/*	display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.products li .proimg img {
	transition-duration:0.6s;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 100%;
    line-height: 0;
}
.products li p {
	width: 100%;
	height: 55px;
	text-align: center;
	color: #333;
	line-height: 55px;
	font-size: 18px;
	overflow: hidden;
}
.products .mark {
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	width: 100%;
	height:200px;
	background-color: rgba(0,104,176,0.6);
	text-align: center;
	transition: all 1s;
}
.products .mark span {
	display: inline-block;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	margin-top: 85px;
	color: #fff;
	font-size: 18px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.products li:hover {
	border-bottom: 4px solid #0068b0;
}
.products li:hover .mark {
	opacity: 1;
}

/*关于我们*/
.main2f {
	width: 100%;
	max-width: 1920px;
	background:url(../images/m2bg.jpg) no-repeat top center;
	margin: 0 auto;
	padding: 47px 0;
	overflow: hidden;
}
.about {
	padding: 0;
	height: 483px;
	background: url(../images/about.jpg) no-repeat left center;
	overflow: hidden;
}
.about_con {
	width: 550px;
	height: 310px;
	padding: 40px 40px 100px;
	margin-top: 15px;
	background: url(../images/aboutbg.jpg) no-repeat right bottom #fff;
}
.about_tit {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 28px;
	line-height: 60px;
}
.aboutcon {
	font-family: "微软雅黑";
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.aboutlm {
	height: 46px;
	margin-bottom: 15px;
}
.aboutlm h2 {
	color: #666;
	font-family: "微软雅黑";
	font-size: 30px;
	width: 50%;
	line-height: 46px;
	position: relative;
}
.aboutlm a {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url(../images/amorebg.jpg) no-repeat top center;
}
.about_con em {
	display: block;
	width: 60px;
	height: 3px;
	background: #0068b0;
	margin-bottom: 20px;
}

/*新闻中心*/
.main3f {
	width: 100%;
	max-width: 1920px;
	padding: 50px 0 30px;
	margin:0 auto;
	overflow: hidden;
}
.xwlist {
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
	height: 284px;
}
.pic_new img {
	display: block;
	width: 549px;
	height: 284px;
}
.xwlist ul {
	width: 610px;
}
.xwlist li {
	height: 80px;
	overflow: hidden;
	margin-bottom: 22px;
	border-left:1px solid #999;
	padding: 0 0 0 15px;
}
.xwlist li div {
	padding: 0;
	overflow: hidden;
	height: 30px;
	margin-bottom: 10px;
}
.xwlist li h2 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #555;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xwlist li span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #999;
}
.xwlist li p {
	line-height: 20px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
}
.xwlist li:hover {
	border-left: 1px solid #0068b0;
}
.xwlist li:hover h2,.xwlist li:hover span,.xwlist li:hover p {
	color: #0068b0;
}
